Critique for CS 448B: Topics in Modeling The Voronoi-clip Collision Detection Algorithm
نویسنده
چکیده
This paper presents the Voronoi-clip (V-clip) algorithm for polyhedral collision detection. The method is similar to that of the Lin-Canny algorithm [1] in that it tracks the closest pair of features between two polyhedra. However, the V-clip method offers superior robustness, requires less complex code, can better handle penetrating polyhedra, and is more useful for collision detection between non-convex polyhedra than the Lin-Canny method. The paper first gives an introduction to the most common algorithms used for collision detection. It then presents the theoretical background for the V-clip method, followed by the algorithm itself, presented in pseudocode. Finally, the V-clip algorithm is compared to two other commonly used collision detection algorithms in several different performance tests. The V-clip algorithm performs remarkably well in comparison to the other methods.
منابع مشابه
Cloth Simulation within the PROMETHEUS Real-Time Virtual Studio System
The PROMETHEUS consortium consisted of UK companies and universities who aimed to develop an end-to-end content creation, broadcast and display system for digital 3D programming, based on the MPEG4 standard. This paper gives an overview of the project and details the real-time cloth simulation server developed within this architecture. Collision detection is performed between cloth and rigid bo...
متن کاملRigid Body Contact: Collision Detection to Force Computation
The most difficult aspect of rigid-body simulation is contact modeling. Two major subproblems of contact modeling are detecting contacts and computing contact forces. Although typically studied in isolation, these problems are tightly intertwined in simulation. This paper describes a method for fitting the pieces together. It gives an overview of the V-Clip collision detection algorithm, which ...
متن کاملA Navigation System for Autonomous Robot Operating in Unknown and Dynamic Environment: Escaping Algorithm
In this study, the problem of navigation in dynamic and unknown environment is investigated and a navigation method based on force field approach is suggested. It is assumed that the robot performs navigation in...
متن کاملطراحی کنترلگر تعقیب مسیر هماهنگ برای گروه شناور زیرسطحی با در نظر گرفتن مسئله اجتناب از برخورد
In this paper the problem of coordinated path following for a group of Autonomous Underwater Vehicle (AUV) subjected to obstacle and collision avoidance is considered. At first a back stepping controller is used for an AUV to design a path following controller and its stability is examined via Lyapunov criteria. Then using of graph theory, modeling of interconnection between AUV systems is addr...
متن کاملAccelerated proximity queries between convex polyhedra by multi-level Voronoi marching
We present an accelerated proximity query algorithm between moving convex polyhedra. The algorithm combines Voronoi-based feature tracking with a multi-levelof-detail representation, in order to adapt to the variation in levels of coherence and speed up the computation. It provides a progressive refinement framework for collision detection and distance queries. We have implemented our algorithm...
متن کامل